home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0915.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  537 b   |  15 lines

  1. Excerpts from ext.WorldWideWeb: 15-Apr-93 Re: Project Gutenberg's Rog..
  2. Guido.van.Rossum@cwi.nl (815)
  3.  
  4. > Why is avoiding a name server roundtrip important to you?  There's one
  5. > anyway in links of this type (the hostnames that it links to).
  6.  
  7. Right, and consulting a name-server every time would double the
  8. round-trips.  It can also involve TCP setup around here, and process
  9. context switches with your application (yep, every machine runs a local
  10. name server).  All expensive -- and we're trying to keep our objects
  11. light-weight.
  12.  
  13. Bill
  14.  
  15.